home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 1.4 KB | 35 lines | [ttro/ttxt] |
- Release notes for ASIP UAM SDK 1.0
-
- Both of the Kleartxt samples were built with CW Pro 3. The PGP UAM Sample
- was built with CW Pro 4. You will also need an ASIP 6.1 server and a 3.8.1
- client.
-
-
- What doesn't work yet
- Server side
- Setting the Message Integrity Code key
- Change Password
-
- Client side
- asynchronous callbacks
- the SetMicKey() call is stubbed out for now.
- There is a problem with letting the AppleShare Client run the
- password dialog, for now, you need to supply your own password
- dialog. This problem should be fixed in a future Client. btw
- this means that the Kleartxt sample won't work correctly, the
- passwords won't match.
- In AFPClient.h the NAFP... commands are just redefinitions of PBControl...
- calls. If you are doing PPC native AFP development you will need to
- substitute PBControl... calls for NAFP... calls. I will fix this
- in a future version of the header.
-
-
-
- The UAM API and Carbon:
- The client side UAM API is Carbon compliant. Under Carbon the callbacks go back
- to being function pointers instead of UPPs. There may be a new format for UAMs
- under carbon, ie we may not be doing code resources, but we will still have a
- single entrypoint. If you are planning on carbon compliance for your client
- side UAM, start by making a PPC resource with the routine descriptor at the
- start of the resource pointing to the PPC entry point.
-